home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
25
/
7
/
DISK2576.ZIP
/
VGASAMP.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-08-21
|
876b
|
27 lines
ECHO OFF
Rem * This BAT file will create a Magenta background with a
Rem * high-intensity Cyan foreground using our program, SETBF.EXE.
Rem * ANSI.SYS m u s t be installed when using SETBF.EXE.
Rem * The VgaColor system does not require ANSI.SYS. Instructions
Rem * for using SETBF.EXE and the VgaColor may be found in the
Rem * VGACOLOR.DOC file.
Rem * VgaColor is then loaded (using the command-line option) to
Rem * load a saved color file description, which will modify the
Rem * original Magenta background and high-intensity Cyan foreground
Rem * colors. This demonstrates one use of VgaColor. VgaColor
Rem * modifies the Magenta backgfound to a sort of sea green background
Rem * with a light yellow foreground.
SETBF Hi-Cyan on Magenta
Echo ----* To change the colors using Vgacolor,
Pause
VgaColor TESTCOLR.VGA
cls